diff options
Diffstat (limited to 'ui/routes/(app)/ch/[channel]/+page.svelte')
| -rw-r--r-- | ui/routes/(app)/ch/[channel]/+page.svelte | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/routes/(app)/ch/[channel]/+page.svelte b/ui/routes/(app)/ch/[channel]/+page.svelte index 7d5b8cf..d4e04fe 100644 --- a/ui/routes/(app)/ch/[channel]/+page.svelte +++ b/ui/routes/(app)/ch/[channel]/+page.svelte @@ -78,4 +78,13 @@ ); overflow: auto; } + .create-message { + position: fixed; + bottom: 0.5rem; + width: calc(100% - var(--nav-width) - 2rem); + @media (width <= 640px) { + width: 100%; + left: 0; + } + } </style> |
